home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / ftpconn.dfm / ftpconn.txt
Encoding:
Text File  |  1999-08-03  |  3.4 KB  |  191 lines

  1. object FTPConnectDlg: TFTPConnectDlg
  2.   Left = 223
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Connect to...'
  6.   ClientHeight = 386
  7.   ClientWidth = 371
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel2: TBevel
  16.     Left = 8
  17.     Top = 192
  18.     Width = 353
  19.     Height = 154
  20.     Shape = bsFrame
  21.   end
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 353
  26.     Height = 177
  27.     Shape = bsFrame
  28.     IsControl = True
  29.   end
  30.   object Label1: TLabel
  31.     Left = 74
  32.     Top = 20
  33.     Width = 34
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'Server:'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 53
  40.     Top = 48
  41.     Width = 56
  42.     Height = 13
  43.     Alignment = taRightJustify
  44.     Caption = 'User Name:'
  45.   end
  46.   object Label3: TLabel
  47.     Left = 59
  48.     Top = 76
  49.     Width = 49
  50.     Height = 13
  51.     Alignment = taRightJustify
  52.     Caption = 'Password:'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 39
  56.     Top = 104
  57.     Width = 69
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = 'Transfer Type:'
  61.   end
  62.   object Label5: TLabel
  63.     Left = 37
  64.     Top = 157
  65.     Width = 71
  66.     Height = 13
  67.     Alignment = taRightJustify
  68.     Caption = 'Log File Name:'
  69.   end
  70.   object Label6: TLabel
  71.     Left = 49
  72.     Top = 231
  73.     Width = 56
  74.     Height = 13
  75.     Alignment = taRightJustify
  76.     Caption = 'Host Name:'
  77.   end
  78.   object Label7: TLabel
  79.     Left = 83
  80.     Top = 263
  81.     Width = 22
  82.     Height = 13
  83.     Alignment = taRightJustify
  84.     Caption = 'Port:'
  85.   end
  86.   object Label8: TLabel
  87.     Left = 24
  88.     Top = 200
  89.     Width = 254
  90.     Height = 13
  91.     Caption = 'Proxy Settings (will be not used if Host Name is empty)'
  92.   end
  93.   object OKButton: TButton
  94.     Left = 180
  95.     Top = 352
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'OK'
  99.     Default = True
  100.     ModalResult = 1
  101.     TabOrder = 9
  102.   end
  103.   object CancelButton: TButton
  104.     Left = 268
  105.     Top = 352
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'Cancel'
  109.     ModalResult = 2
  110.     TabOrder = 10
  111.   end
  112.   object ServerEdit: TEdit
  113.     Left = 112
  114.     Top = 16
  115.     Width = 237
  116.     Height = 21
  117.     TabOrder = 0
  118.   end
  119.   object UserNameEdit: TEdit
  120.     Left = 112
  121.     Top = 44
  122.     Width = 237
  123.     Height = 21
  124.     TabOrder = 1
  125.   end
  126.   object PasswordEdit: TEdit
  127.     Left = 112
  128.     Top = 72
  129.     Width = 237
  130.     Height = 21
  131.     TabOrder = 2
  132.   end
  133.   object TransferTypeComboBox: TComboBox
  134.     Left = 112
  135.     Top = 100
  136.     Width = 237
  137.     Height = 21
  138.     Style = csDropDownList
  139.     ItemHeight = 13
  140.     Items.Strings = (
  141.       'Binary'
  142.       'ASCII')
  143.     TabOrder = 3
  144.   end
  145.   object LogFileNameEdit: TEdit
  146.     Left = 112
  147.     Top = 153
  148.     Width = 237
  149.     Height = 21
  150.     TabOrder = 5
  151.   end
  152.   object ServerTypeRadioGroup: TRadioGroup
  153.     Left = 24
  154.     Top = 289
  155.     Width = 321
  156.     Height = 49
  157.     Caption = 'Server Type:'
  158.     Columns = 2
  159.     Items.Strings = (
  160.       'User with no Logon'
  161.       'Proxy OPEN')
  162.     TabOrder = 8
  163.   end
  164.   object ProxyPortEdit: TMaskEdit
  165.     Left = 112
  166.     Top = 260
  167.     Width = 73
  168.     Height = 21
  169.     EditMask = '9999;1; '
  170.     MaxLength = 4
  171.     TabOrder = 7
  172.     Text = '    '
  173.   end
  174.   object ProxyServerEdit: TEdit
  175.     Left = 112
  176.     Top = 227
  177.     Width = 233
  178.     Height = 21
  179.     TabOrder = 6
  180.   end
  181.   object PassiveModeCheckBox: TCheckBox
  182.     Left = 16
  183.     Top = 128
  184.     Width = 110
  185.     Height = 17
  186.     Alignment = taLeftJustify
  187.     Caption = 'Use Passive Mode:'
  188.     TabOrder = 4
  189.   end
  190. end
  191.